Câu ví dụ
- thêm câu ví dụ: 1 2 3 4 5
- The continue statement, also borrowed from C, continues with the next iteration of the loop:
Lệnh continue được vay mượn từ C, dùng để nhảy qua vòng lặp kế tiếp: - << break and continue statement in Python
Next articleLệnh break và continue trong Python - The continue statement can be used to restart a while, do-while, for, or label statement.
Lệnh continue có thể dùng để tái duyệt các vòng while, do-while, for, hoặc label. - The continue statement in Python returns the control to the beginning of the while loop.
Lệnh continue trong Python trả về điều khiển tới phần ban đầu của vòng lặp. - However, there is no harm in using the gameLoop label with the continue statement.
Tuy nhiên, không có bất tiện trong việc sử dụng nhãn gameLoop với câu lệnh continue.